home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog81
< prev
next >
Wrap
Text File
|
1995-06-29
|
265b
|
16 lines
# bug in translations?
xtAppInitialize -class Program
xmLabel .label managed -labelString main
topLevelShell .t
# xmLabel .t.label managed -labelString popup
.t setValues -translations "#augment \
<Key>q: exec(puts hello)"
.t popup
. realizeWidget
. mainLoop